home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-09-15 | 1.4 KB | 45 lines |
- REM -- Second sample INF file for Chief's Install Pro
- REM -- All files are installed to the target directory only
-
- [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
- $disk 1 = *.*
-
- [The title of your application]
- $title=My Great Program v2.10
-
- [Default target directory]
- $target=C:\MYPROG
-
- [Disk space needed for the installation - in bytes]
- $space=155000
-
- [Program Manager group name]
- $group=Trooks Great Program
-
- [program(s) to create Program Manager icons for]
- $icon=TROOKS.EXE;The main Trooks program;Main
- $icon=TROOK2.EXE;Another Trooks program
- $icon=TROOK3.EXE;Yet another Trooks program
- $icon=GLOOG.EXE;A great GLOOG program
- $icon=$dest\TROOKS.HLP;My Trook Help;Main
- $icon=NOTEPAD.EXE $dest\README.TRK;Trook's Readme
- $icon=NOTEPAD.EXE $dest\TROOKS.TXT;Trook's Text file
- $icon=$dest\TROOKS.EXE GAME1.TRK;The best Game Ever
-
- [Program(s) to run after completing installation]
- $exec=$dest\TROOKCFG.EXE
-
- [put a ";" at the start of the next line to have a normal main window]
- $window=MAXIMIZE
-
- [comment and use this to change the background color of the window]
- [valid values are 0 to 4]
- $WINDOW-BACKGROUND=2
-
- [comment and use this to change the background of the text]
- [3 RGB values, or 1 long integer value
- $TEXT-BACKGROUND=128,128,128
-
- [comment this line to NOT automatically set the check box for PROGMAN group]
- $SETCHECKBOX
-